←Select platform

CacheItem<T> Constructor(string)

Summary

Initializes a new instance of CacheItem<T> with the specified key.

Syntax
C#
VB
C++
Java
public CacheItem<T>( 
   string key 
) 
Protected Sub New() 
protected:  
   CacheItem<T>() 
public CacheItem(String key) 

Parameters

key

Unique identifier for this cache entry. This value will be stored in Key.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Caching Assembly